LassoScript Utility
Basics Browse Detail

[Integer->SetBytes]

Tag Link [Integer->SetBytes] Category Math
Type Member Source Available Yes
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0

Description

[Integer->SetBytes] sets the value of the integer to the specified byte stream.

Syntax

[Var: 'myVar' = 0]
[$myVar->(SetBytes: 'abcd')]

Parameters

Required Parameters
Bytes The desired byte value for the integer.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.